func time.daysBefore

4 uses

	time (current package)
		format.go#L1357: 			if daysBefore(Month(m+1)) < yday {
		format.go#L1360: 			d = yday - daysBefore(Month(m))
		time.go#L1266: func daysBefore(m Month) int {
		zoneinfo.go#L596: 		d += int(daysBefore(Month(r.mon)))